home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
look4.arc
/
LOOK4.BAT
< prev
next >
Wrap
DOS Batch File
|
1985-11-30
|
164b
|
11 lines
echo off
CLS
IF '%2' == 'P' GOTO PRINT
type xferlist | find "%1" >output.fil
type output.fil | more
GOTO END
:PRINT
type xferlist | find "%1" >PRN
:END